go/types._TypeSet.hasTerms (method)

5 uses

	go/types (current package)
		instantiate.go#L214: 	if !Ti.typeSet().hasTerms() {
		typeset.go#L72: 	hasTerms := s.hasTerms()
		typeset.go#L102: func (s *_TypeSet) hasTerms() bool { return !s.terms.isEmpty() && !s.terms.isAll() }
		typeset.go#L113: 	if !s.hasTerms() {
		typeset.go#L129: 	if !s.hasTerms() {